
.townup { position:relative; top: 2%; left: 10%; width: 80%; height: 5%; }

.containerbox {position: relative; top: 8%; left: 9%; width: 82%; height: 84%; background-image: url(../ccgreenback.jpg);}

.Iconbox { position: absolute; top: 0%; left: 0%; width: 13%; height: 100%; background-image: url(../GameTextures/greencolumn.jpg); background-repeat: repeat-y;
background-position:center 0 }
.InventoryContainer { position: absolute; top: 23%; width: 127px; text-align: center; }
.NotebookContainer { position: absolute; top: 50%; left: 10%; width: 89px; text-align: center;}
.ControllPanelContainer { position: absolute; top: 70%; left: 10%; width: 131px;  text-align: center; }
.FeetContainer { position: absolute; bottom: 0%; width: 130px;  text-align: center; }

.GameBox { position: absolute; top: 0%; left: 13%; width: 65%; height: 100%;  }
.titlecontainer { position: absolute; top: 0%; left: 0%; width: 100%; height: 5%; text-align: center}
.bigtextboxcontainer { position: absolute; top: 5%; left: 0%; width: 100%; height: 80%;}
.feedbackcontainer { position: absolute; bottom: 4%; width: 100%; height: 11%; background: black;}
.ansbarcontainer { position: absolute; left: 3%; bottom: 0%; width: 100%;  height: 4%;  }

.hiddenImagePanel {
   position:absolute;
   top:-1000px;
   left:-1000px;
}
.ChapterBox { position: absolute; top: 0%; left: 78%; width: 22%; height: 100%;  }

.chapterlistcontainer { position: absolute; top: 6%; left: 0%; width: 100%; height: 60%; }
.musicControllcontainer { position: absolute; top: 67%; left: 0%; width: 100%; height:4%; }
.ForumLinkcontainer { position: absolute; top: 71%; left: 0%; width: 100%; height: 15%; }

.ForumLink{ position: absolute; top: 0%; left: 15%; width: 62px; height: 100%; }
.SecretLink{ position: absolute; top: 0%; left: 50%; width: 100px; height: 100%; }


.clockladyfix { position: relative; width: 118px; height: 168px; left:6%; z-Index: 20;}
.clocktop { position:absolute; top: 49px; left: 25px; z-Index: 1; }

.soldierContainer { position: absolute; bottom: 0%; right: 0%; z-index: 30;}
.soldier { position: relative; top: 10px; left: 3px;}

/* Show town at top */

.townup { position:relative; top: 1%; left: 10%; width: 80%; height: 50px; }




/* Image size fixs for background */
.greencolumn
{
position:relative;
background-image: url(../GameTextures/greencolumn.jpg);
background-repeat: repeat-y;
background-position:center 0; 
}
.greencolumnb
{
background-image: url(../GameTextures/greencolumnb.jpg);
background-repeat: repeat-y;
background-position:center center; 

}
